home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / menuw2.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  362 b   |  20 lines

  1. on exitFrame
  2.   global flg
  3.   if soundBusy(1) then
  4.   else
  5.     puppetSound("BES.AIFF")
  6.   end if
  7.   updateStage()
  8.   if flg = 0 then
  9.     set the castNum of sprite 2 to 3
  10.     set the castNum of sprite 3 to 2
  11.     set flg to 10
  12.   else
  13.     set the castNum of sprite 2 to 4
  14.     set the castNum of sprite 3 to 1
  15.     set flg to 0
  16.   end if
  17.   updateStage()
  18.   go(the frame)
  19. end
  20.